home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / ptouch.arc / PTOUCH.DOC next >
Encoding:
Text File  |  1986-09-04  |  2.7 KB  |  70 lines

  1. PTOUCH     Version 1.0   June 1986       Shareware by: Norm Patriquin
  2. --------------------------------------------------------------------
  3.  
  4. PTOUCH Scans the files matching the input file specification and
  5. sets the DOS date and time values as desired.  Use it to reset
  6. incorrectly set dates in files.
  7.  
  8. --------------------------------------------------------------------
  9. Command: PTOUCH file_spec  [switches (below)]
  10.   file_spec    =  Just like DOS copy command
  11.  
  12.   /T = Test command parameters.  Show what would happen if the /T
  13.        parameter is removed from the command.  This lets you
  14.        experiment with the utility before using it.
  15.        No file dates are reset when this is specified but the
  16.        messages indicate what would happen.
  17.  
  18.   *** if /N or /I are not specified, current date and time used ***
  19.   /N:mm/dd/yy or mm-dd-yy or ddmmmyy = New date to assign
  20.   /I:hh:mm    = New time to assign (24 hour clock)
  21.  
  22.   /D: [(] [)] [=]  days/date = Select based on date or days
  23.         Examples:
  24.            /D:(5  --  Select files over 5 days old
  25.            /D:)5  --  Select files less than 5 days old
  26.            /D:=5  --  Select files 5 days old
  27.  
  28.              date may be in days or mmdddyy format.  (01JAN86)
  29.  
  30.   /F:filename = First - Start when this file found in directory scan
  31.   /L:filename = Last  - Stop after this file is processed
  32.   /A = DOS Archive.  Process files updated since last backup
  33.   /M = More.  Stop at end of each screen of output
  34.   /P = Pause before each file is processed.  Ask of OK
  35. --------------------------------------------------------------------
  36.  
  37. Example:
  38.    Reset the date in all files having the year 1980 to the new
  39.    date 01 Jan 84.
  40.  
  41.       PTOUCH *.* /D:(31dec81 /n:01jan84 /i:12:59
  42.  
  43. --------------------------------------------------------------------
  44.  
  45. Direct any questions, problems, or enhancement ideas to:
  46.  
  47.                                         Norm Patriquin
  48.                                         P.O. Box 8308
  49.                                         San Bernardino, CA  92412
  50.  
  51.  
  52.  
  53.       The Patriquin Utilities:
  54.       ------------------------
  55.  
  56.       PSEARCH  --  Extensive file find and Text search capabilities in
  57.                 a menu driven environment.
  58.  
  59.       PCOPY/PMOVE  --  Complete file copy.move utility that prevents
  60.                 users from accidently losing files by using DOS COPY.
  61.                 Fast file movers are intelligent and move files to
  62.                 different hard disk directories without moving data.
  63.  
  64.       PTOUCH  --  Set date and time values on files specified
  65.                 through command parameters.
  66.  
  67.       PALERT  --  Warn users of insufficient disk space before it
  68.                 causes them problems.
  69.  
  70.